Web API Edition | ComponentOne
C1.Web.Api.Configuration Namespace / Manager<T> Class
Properties Methods


In This Topic
    Manager<T> Class Members
    In This Topic

    The following tables list the members exposed by Manager<T>.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the map of the items which are maintained.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd item with the key to the manager.  
    Public MethodGets a boolean value which indicates whether the key exists in the manager.  
    Public MethodGets the instance which is mapped to the specified key.  
    Public MethodRemove the item with the specified key.  
    Public MethodTry to get the instance which is mapped to the specified key.  
    Top
    See Also